home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / L06B2.dir / internal_51_init activity custom.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  156 b   |  7 lines

  1. on exitFrame
  2.   global gStateList
  3.   gStateList = ["arizona", "florida", "oregon", "south dakota", "virginia", "wisconsin"]
  4.   initActivity()
  5.   go("play")
  6. end
  7.